home *** CD-ROM | disk | FTP | other *** search
- ; HOMEND.SC Fix the Home, End, Ctrl-Home and Ctrl-End keys so
- ; they respond the way you'd expect them to. Place these in your
- ; Init.sc file.
-
- ; <Home>
- SetKey -71 If IsFieldView() Then Home Else CtrlHome EndIf
-
- ; <End>
- SetKey -79 If IsFieldView() Then End Else CtrlEnd EndIf
-
- ; <Ctrl+Home>
- SetKey -119 Home
-
- ; <Ctrl+End>
- SetKey -117 End